

You will need to install Mpich2 (stable release) on all participating computers >
http://www.mcs.anl.gov/research/projects/mpich2/


* Cluster version with YBW parallel search. 
 
      The way it works is like this. Lets say if you 2 quads connected by ethernet,
      then you start two processes on each computer using "mpirun -pernode" or some other
      command. Then you set the "mt" option in ini file to "auto" so that it detects the
      number of processors automatically. You can also opt to start a process for each processor
      in which case the mt should be set to 1. 8 processes and 0 threads will be started in this case.

      New Parameters:
	
        CLUSTER_SPLIT_DEPTH (default 8) . Recommended value if you have dual core
        cpus is 12. And if you quads probably larger... Experiment with this to
        get the correct values for your machines.

	SMP_SPLIT_DEPTH (default 4)  -> plies below which split is not allowed.

     
      Good luck and prepare yourself for a huge trouble.
      It probably would have been a wise choice to work on it more before releasing but
      I want to move on working on something else.

    * The serial version is absolutely same as regular version so please do not test it unless
      you have a cluster. Infact I have taken out most of the changes I made to make
      it play the same as the old version.

